home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 139 (1990-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 139 (1990-05-15)(Ossowski, Stefan)(DE)(PD).adf / PPMore / PPMore.doc.pp / PPMore.doc
Text File  |  1990-04-19  |  5KB  |  147 lines

  1.  
  2.  
  3.                            PPMore 1.2 User Manual
  4.  
  5.                                 Sep 9, 1989
  6.  
  7.  
  8.  
  9. Preface
  10. =======
  11.  
  12.      This program is freeware, this means that you can copy it freely as long
  13. as you don't ask any money for it. If you want to distribute this program
  14. you should keep this document with it.
  15.      If you have suggestions or remarks about this program, or if you find
  16. any bugs, please let me know.
  17.  
  18.      Write to the following address:
  19.  
  20.                                 Nico François
  21.                                 Corbielaan 13
  22.                              3060 Bertem BELGIUM
  23.  
  24.  
  25. Contents
  26. ========
  27.  
  28. 1. An introduction
  29.  
  30. 2. Usage
  31.  
  32. 3. Control
  33.  
  34.  
  35. 1. An introduction
  36. ==================
  37.  
  38.      This program was written to complement one of my other utilities,
  39. PowerPacker (a command and data cruncher).  It is used to read normal ascii
  40. text files or text files crunched with PowerPacker.  The program itself is
  41. about 6K long and when you know you save about 60% when you crunch a text
  42. file, you can see that this could save a lot of space on your disks.
  43.      PPMore was written as a more replacement (as you could have guessed :-),
  44. so I tried to keep the keyboard commands the same as well as adding some new.
  45. There are two main differences between PPMore and More, PPMore uses gadgets
  46. and it always loads the complete file in memory (More only loads part of the
  47. file and will load the rest when needed).  If you can live with these
  48. differences, you can replace More with PPMore anywhere you want.
  49.      If you haven't got PowerPacker you are of course missing the main
  50. feature of this program.  You can try to find it in your favourite public
  51. domain library or you can get it by writing to my address and adding $15 US
  52. (if you live in Europe), $20 US (if you live elsewhere).  Send money in
  53. cash (bit risky though), by international money order or by EuroCheck (only
  54. in Belgian Francs (BF) !!!!) (Please don't send other checks).  PowerPacker
  55. was also published in the July 89 issue of JumpDisk.
  56.  
  57.  
  58. 2. Usage
  59. ========
  60.  
  61.      PPMore can be used in three different ways.
  62.  
  63. - First of all via the CLI:
  64.  
  65.      If you enter PPMore without arguments you will get a usage template.
  66. You use PPMore like this:
  67.  
  68.      PPMore <filename>
  69.  
  70.      The program will then load the ascii file and display it.  If the file
  71. was crunched using PowerPacker 1.1 or higher PPMore will first decrunch it
  72. for you.  If the file was encrypted you will be prompted for the password.
  73.  
  74. - Via the WorkBench:
  75.  
  76.      There are three different ways of using PPMore via the workbench: you
  77. can set the default tool of the (crunched) text file to 'PPMore', you can
  78. single click the PPMore icon and then double click the text file icon or you
  79. can double-click the PPMore icon and enter the filename in the string gadget
  80. you will be presented with.
  81.      You set the default tool by single clicking the icon of the text file
  82. and selecting 'Info' from the workbench menu.  You will get a window with
  83. several gadgets in it, click in the string gadget where it says 'Default
  84. tool' and enter ':ppmore'.  PPMore should be in the root directory of your
  85. disk for this to work, if e.g. it's in the system directory you should enter
  86. ':system/ppmore'.  Last of all select the 'Save' gadget.
  87.  
  88. NOTE: - PPMore will add '.pp' to the filename when the file wasn't found.
  89.         This is very useful in the WorkBench enviroment: you can make an
  90.         icon for 'text.doc' but name the file 'text.doc.pp'.  Now the
  91.         WorkBench will show an icon with 'text.doc' as name, but if you
  92.         doubleclick it 'text.doc.pp' will be displayed.  (As long as there
  93.         is no 'text.doc' file in the directory !)
  94.  
  95. 3. Control
  96. ==========
  97.  
  98.      PPMore can be controlled by keyboard or by intuition gadgets.  To get a
  99. summary of the keyboard commands press <HELP>, the function of the gadgets
  100. shouldn't be hard to understand.
  101.      A few notes on printing:
  102.  
  103. - The printer.device has to be in the devs: directory for PPMore to be able
  104.   to print, you should also have a correct system-configuration for your
  105.   printer.
  106.  
  107. - You can continue to read the text when PPMore is printing (this IS a
  108.   multitasking computer ! :-), you can't quit when printing is still in
  109.   progress !
  110.  
  111.                       As always, I hope you find this program useful !
  112.  
  113.  
  114.                               PROGRAM HISTORY:
  115.  
  116. *****************************************************************************
  117. VERSION 1.0
  118.  
  119.      First release.
  120.  
  121. *****************************************************************************
  122. VERSION 1.1
  123.  
  124.      '.pp' suffix added to filename when file not found, very useful in
  125.        WorkBench enviroment.
  126.      PPMore now also loads encrypted files. (PowerPacker 2.3a or higher)
  127.  
  128. *****************************************************************************
  129. VERSION 1.2
  130.  
  131.      Rewritten some routines in assembler, results in a slightly faster
  132.        and smaller PPMore.
  133.      Keyboard input improved. Autorepeat of keys is ignored so you can keep
  134.        on pressing <page down> without typing it 20 times ahead !
  135.      Gadget input also improved, now handles repeat.
  136.      PPMore now prompts for a filename when double-clicked from WorkBench.
  137.  
  138. *****************************************************************************
  139.  
  140. PPMore 1.2 written by Nico François (Yes, Nico is my first name :-)
  141.  
  142. (c) 1989 Nico François / Power Peak
  143.  
  144.                                    //
  145.                        Thanks to \X/ Amiga for being the best computer ever !
  146.  
  147.